projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a17c29e
)
Add #undef alloca.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 25 Jul 1994 18:39:55 +0000
(18:39 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 25 Jul 1994 18:39:55 +0000
(18:39 +0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 1e00ed1ad5a35136e4526e93f6627565cef94ade..643a54d2501fa116e847207c71b640f135e9ab91 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-58,6
+58,12
@@
SHELL=/bin/sh
#define NOT_C_CODE
#include "config.h"
+/* We won't really call alloca;
+ don't let the file name alloca.c get messed up. */
+#ifdef alloca
+#undef alloca
+#endif
+
/* Use HAVE_X11 as an alias for X11 in this file
to avoid problems with X11 as a subdirectory name
in -I and other such options which pass through this file. */